CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加密 JAVA

搜索资源列表

  1. birle

    0下载:
  2. rle 解压算法,可以压缩和解压文件,也可以用于自己加密,用的时候改后缀为jar-rle decompression algorithm, can compress and decompress files, encryption can also be used for their own use when the suffix change for the jar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6220
    • 提供者:hexiao
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:tulip
  1. ThreeDes

    0下载:
  2. *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** using 3DES encryption, ECB mode/
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1116
    • 提供者:tulip
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711
    • 提供者:耿颖颖
  1. DES

    0下载:
  2. 可以在J2me下使用的DES加密算法,输入输出参数均为byte[],使用参数1加密,0解密。-J2me can use at the DES encryption algorithm, input and output parameters are byte [], using the parameters of one encryption, 0 decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3609
    • 提供者:Jacky
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:74854
    • 提供者:king
  1. md5

    0下载:
  2. MD5实现密码加密功能,可用于java对用户帐户的管理。-MD5 password encryption implementation for java on the user account management.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3973
    • 提供者:wushaodong
  1. rtfreader

    0下载:
  2. java实现读取RTF文本,对采用RTF加密的文本可做解码参考-java achieve read RTF text using RTF can decode the encrypted text reference
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:10702
    • 提供者:zzy
  1. EDSystem

    0下载:
  2. 非常有用的加密解密程序,分为对称加密和非对称加密两部分,而且自带GUI-Very useful encryption and decryption procedures, divided into symmetric encryption and asymmetric encryption two parts, and comes with GUI
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:459217
    • 提供者:陈思荣
  1. PairKeyExample

    0下载:
  2. 非对称加密算法的JAVA代码,包含详细的代码注释,以及算法流程图。-Non-symmetric encryption algorithm JAVA code, the code contains detailed notes, as well as the algorithm flow chart.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5074
    • 提供者:李建峰
  1. SingleKey

    0下载:
  2. 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:fengli
  1. JAVAjiamijiemi

    0下载:
  2. 这是用java编写的加密与解密程序,基于的思想是改变文件结构-This is prepared using java encryption and decryption procedures, based on the idea is to change the file structure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:zhaowh
  1. java_rsa

    0下载:
  2. 用Java平台实现的rsa算法写的加密解密于一体的软件,除了具有研究价值外,也有很强的实用价值!-Java platform using the rsa algorithm written in one of the encryption and decryption software, in addition to have research value, but also has a strong practical value!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:692466
    • 提供者:jack
  1. RC4

    0下载:
  2. Rc4 加密算法 java源码 Rc4 加密算法 java源码-java rc4 java rc4 java rc4 java rc4 java rc4
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:629
    • 提供者:胡朝辉
  1. FileEncrypter

    0下载:
  2. 使用三重DES加密算法和替代加密算法对文件进行加密的小程序-The use of triple-DES encryption algorithm and an alternative encryption algorithm to encrypt the document a small program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:24071
    • 提供者:szmneo
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5109
    • 提供者:易守望
  1. Stream

    0下载:
  2. 可以使用流密码对文件进行加密,有简单的界面-Can use the stream cipher to encrypt the document, a simple interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:3589
    • 提供者:szmneo
  1. Symmetric_encryption_Stream_encryption_CBC_RSA_DH.

    0下载:
  2. 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:19317
    • 提供者:Peter
  1. hardinfo

    0下载:
  2. dll调用cpu ID,通过调用dll实现java 的加密,实现软件注册。-dll call cpu ID, by calling the realization of java encryption dll, registration software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:93505
    • 提供者:hp
  1. java

    0下载:
  2. 文件的加密与解密 Java语言开发 希望能与更多Java爱好者共同探讨-Document encryption and decryption of the Java language to develop with more hope to explore Java enthusiasts
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1694
    • 提供者:陆叡
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com